home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CD Label Designer 1.5 / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMCDDBDLG / TFRMCDDBDLG.txt
Text File  |  2002-06-14  |  2KB  |  83 lines

  1. object frmCDDBDlg: TfrmCDDBDlg
  2.   Left = 219
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Read CD database data'
  6.   ClientHeight = 217
  7.   ClientWidth = 377
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   DesignSize = (
  20.     377
  21.     217)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 4
  26.     Top = 8
  27.     Width = 369
  28.     Height = 177
  29.     Anchors = [akLeft, akTop, akRight, akBottom]
  30.   end
  31.   object Label1: TLabel
  32.     Left = 12
  33.     Top = 16
  34.     Width = 351
  35.     Height = 13
  36.     Anchors = [akLeft, akTop, akRight]
  37.     AutoSize = False
  38.   end
  39.   object Button3: TButton
  40.     Left = 298
  41.     Top = 192
  42.     Width = 75
  43.     Height = 21
  44.     Anchors = [akRight, akBottom]
  45.     Cancel = True
  46.     Caption = '&Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 0
  49.     OnClick = Button3Click
  50.   end
  51.   object Memo1: TMemo
  52.     Left = 12
  53.     Top = 36
  54.     Width = 353
  55.     Height = 143
  56.     Anchors = [akLeft, akTop, akRight, akBottom]
  57.     Color = clSilver
  58.     ReadOnly = True
  59.     ScrollBars = ssVertical
  60.     TabOrder = 1
  61.     WordWrap = False
  62.   end
  63.   object regsock: TIdHTTP
  64.     ReadTimeout = 0
  65.     Host = 'solair.eunet.yu'
  66.     AllowCookies = True
  67.     ProtocolVersion = pv1_0
  68.     Left = 188
  69.     Top = 108
  70.   end
  71.   object sock: TIdHTTP
  72.     ReadTimeout = 0
  73.     AllowCookies = True
  74.     ProtocolVersion = pv1_0
  75.     Left = 156
  76.     Top = 108
  77.   end
  78.   object IdAntiFreeze1: TIdAntiFreeze
  79.     Left = 124
  80.     Top = 108
  81.   end
  82. end
  83.